home *** CD-ROM | disk | FTP | other *** search
- Path: noc.netcom.net!news
- From: Sean Palmer <sean@delta.com>
- Newsgroups: comp.lang.c++
- Subject: Re: Is this a memory leak?
- Date: Tue, 09 Apr 1996 15:43:02 -0400
- Organization: deltaComm Development, Inc.
- Message-ID: <316ABDC6.7154@delta.com>
- References: <4jv214$gv7@insosf1.netins.net> <4k02v5$tu7@grimsel.zurich.ibm.com> <4k2vku$s82@werple.net.au> <4k39f5$lhn@grimsel.zurich.ibm.com>
- NNTP-Posting-Host: landspeeder.delta.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 3.0B2 (Win95; I)
-
- > In the real world most, if not all, compilers (I know of no exceptions)
- > use the value 0 for a NULL pointer.
-
- C++ (this is comp.lang.c++, no?) defines the integer 0 to be compatible
- with all pointer types, and is essentially NULL.
-